+ 1
What is digital image Processing In java?
2 Answers
+ 6
digital image processing means doing image manipulations
image data is normally stored in a 2d array so by manipulating this you can add filters, detect objects by identifying corners etc merge images in panorama
as a video is but a series of images, the same principles is applied which enables live tracking
these require not so simple calculations etc but great libraries exist which enables you to do these quite painlessly
see opencv . see tutorialspoint, it has an opencv java tutorial
opencv is also c++ and python compatible
0
same as it is in Python or R or MATLAB or any Adobe tool.
You were not looking for this were you?