Use OpenCV with java and Netbeans

asked 2014-04-24 08:29:48 -0600

Hi, I am a student, I have to do a java application for image processing, such as a logical operation AND, OR and NOT on image. Someone advised against using OpenCV because they are too complex, but I do not know how else to do, so I would like the install to library. I have seen the guide, there are two option for installation: 1) Installation by Using the Pre-built Libraries 2) Installation by Making Your Own Libraries from the Source Files I have a computer whit Windows 7 and IDE Netbeans. Which of the two installations I do? I can use java and Netbeans for OpenCV? Thanks

edit retag flag offensive close merge delete

Comments

since you're supposed to implement those operations on your own (probably a school project), i'd advise you against using opencv here.

it's all way too much overhead, and afaik, there's no support for netbeans atm.

get the most simple pure java image lib you can find (so you can read/write images, and access pixels), and just start coding.

berak gravatar imageberak ( 2014-04-24 08:36:23 -0600 )edit