openpool / openpool-core

GNU General Public License v2.0
12 stars 7 forks source link

replace OpenCV 2.4.3 with 2.4.5 to improve performance, stabilty, and to reduce dependency library #10

Open takashyx opened 11 years ago

takashyx commented 11 years ago

to improve the stability of image processing engine, it's better replacing OpenCV with newer version. with Native support of its implementation, we can also reduce th dependency:javacv library from package!

takashyx commented 11 years ago

80 percent done on my local (actually I am replacing with 2.4.5). Need investigation : converting PImage <-> Mat with shared memory

takashyx commented 11 years ago

will be released as an TopicBranch. Name: opencv245