+ 3
Image Processing Algorithms
Hello, I am finding image processing algorithms to solve 2 images in CMD in window... i.e.:- Take a 2 photos and give me difference between two photos in Cmd and sport that's point... I am looking for this if anyone knows please help me out....
8 Respostas
+ 3
What do you mean with solve? Solve what? There a many problems based in images, many differend standards to represent an image (jpeg, png, tiff, bmp, ...). So what do you ask for?
+ 2
In CMD? library?
+ 1
I am explain that two Jpeg image are selected and after that in two images how many differences are there count that and display that in CMD
+ 1
Depends on your definition of difference, but there are lots of image processing libraries that give you raw access to image manipulatuon. Just Google for it.
+ 1
CMD? Image Processing does not need an image presentation. Your algorithms work on the image data. So read in the filepaths from comand line, that's it. Use https://www.tutorialspoint.com/java_dip/ as a starting point.
+ 1
Okay i will check it
0
benbesita
0
ImageMagick