Image Processing Algorithms | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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....

9th May 2019, 6:31 AM
Abhishek Bakhai
Abhishek Bakhai - avatar
8 Answers
+ 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?
9th May 2019, 11:24 AM
Daniel Adam
Daniel Adam - avatar
+ 2
In CMD? library?
9th May 2019, 12:03 PM
Abhishek Bakhai
Abhishek Bakhai - avatar
+ 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
9th May 2019, 11:47 AM
Abhishek Bakhai
Abhishek Bakhai - avatar
+ 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.
9th May 2019, 11:55 AM
Daniel Adam
Daniel Adam - avatar
+ 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.
9th May 2019, 12:08 PM
Daniel Adam
Daniel Adam - avatar
+ 1
Okay i will check it
9th May 2019, 12:10 PM
Abhishek Bakhai
Abhishek Bakhai - avatar
0
benbesita
26th Aug 2019, 11:56 AM
Luis Leonardo Taboada Hermenegildo
Luis Leonardo Taboada Hermenegildo - avatar
0
ImageMagick
28th Aug 2019, 2:56 PM
jose Ordoñez
jose Ordoñez - avatar