Click here to Skip to main content
15,889,431 members
Please Sign up or sign in to vote.
3.00/5 (4 votes)
See more:
total code for how to process particular image which include cany's algorithm an all process takes place during image processing.
Posted
Comments
Sergey Alexandrovich Kryukov 11-Apr-11 4:13am    
What is "cany's algorithm"? Can it be a typo? Canny's Edge Detector?
--SA
CodingLover 11-Apr-11 4:14am    
are you requesting from someone to write your code?

I don't think it'll work. Give a try and let us know if you are stuck on something.
Sergey Alexandrovich Kryukov 11-Apr-11 4:15am    
Bad question anyway. "total code", no capitalization. It's simply impolite.
--SA
CodingLover 11-Apr-11 4:22am    
Yeah, and I couldn't find a way to report it to admin. ;)
CodingLover 11-Apr-11 4:22am    
and I wonder someone rate the question

1 solution

Hello Ravindra,
the algorithm you are naming in your question does not exist. It may be that you intended to ask about the "Canny Algorithm" which is about edge detection and you can read some about it here: http://en.wikipedia.org/wiki/Canny_edge_detector[^]. If you want an implementation there is one here in Java that was released to the public: http://www.tomgibara.com/computer-vision/canny-edge-detector[^].

Otherwise seek help from your friend google by specifying theses search terms: Canny Algorithm Implementation
or maybe: Edge detection Algorithm Implementation

Happy coding,

-MRB
 
Share this answer
 
v3
Comments
Sergey Alexandrovich Kryukov 11-Apr-11 13:57pm    
If did not want to answer this way until OP fixes the typo (why encourage such sloppiness?), but it's OK, my 5.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900