Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #44.2K
3 Posted Topics
i m having trouble in constructing a edge detector by using the sobel kernels and expected results are the vertical, horizontal and gradient edge image. Sobel kernels : [-1 0 1 hx = -2 0 2 and -1 0 1] [-1 -2 -1 hy = 0 0 0 1 2 … | |
Does anyone the code to convert a JPEG colour image into a gray scale image??... | |
The program is broken into two parts: the lexical analyzer and the syntax analyzer plus semantic. The lexical analyzer should recognize the token using DFA and return the token and the value. The syntax and semantic part can be done by using any algorithm that can check for the correct … |
The End.