Thanks for your reply....
I choose gabor filter for extracting phase information,but i dont know whether gabor filter is applied in spatial domain or frequency domain.
please guide me how can i use gabor filter...
Search found 14 matches
- 2013-09-18T23:23:59-07:00
- Forum: Developers
- Topic: Phase Information
- Replies: 4
- Views: 6656
- 2013-09-16T22:28:47-07:00
- Forum: Developers
- Topic: Phase Information
- Replies: 4
- Views: 6656
Phase Information
Hi.. My aim is to extract the phase information in images,but i dont have idea about the phase information. I searched many documents to understand the phase information,but they are very complicated to understand. please any one explain or give any URL for understanding of phase information in ...
- 2013-09-14T01:00:42-07:00
- Forum: Digital Image Processing
- Topic: Gabor Filter
- Replies: 1
- Views: 9511
Gabor Filter
Hi..
My aim is to extract some features from images by using Gabor filter . But I don't know which are the features? should I use all pixels as the features?
please anyone guide me how to apply gabor filter on images..
Thanks in advance..
My aim is to extract some features from images by using Gabor filter . But I don't know which are the features? should I use all pixels as the features?
please anyone guide me how to apply gabor filter on images..
Thanks in advance..
- 2013-08-12T04:41:58-07:00
- Forum: Developers
- Topic: Contrast Enhancement
- Replies: 2
- Views: 6229
Contrast Enhancement
Hai..
To clearly view the shapes and sudden intensity change ,I need to improve the contrast in my processing image.
For contrast enhancement i have used Histogram Equalization.But i didn't get expected output.
please guide me how to achieve contrast enhancement.
To clearly view the shapes and sudden intensity change ,I need to improve the contrast in my processing image.
For contrast enhancement i have used Histogram Equalization.But i didn't get expected output.
please guide me how to achieve contrast enhancement.
- 2013-07-29T22:49:37-07:00
- Forum: Developers
- Topic: Image Cropping
- Replies: 1
- Views: 3928
Image Cropping
Hi... I am new to image processing. My original image size is 640x480, i need to cut it into 400x400 without losing my region of interest. My region of interest having low pixel intensity values and around this area having high intensity value. Ex:Eye image,my region of interest is pupil and iris ...
- 2013-07-19T05:11:11-07:00
- Forum: Developers
- Topic: Find Circle Parameter
- Replies: 8
- Views: 12793
Re: Find Circle Parameter
Thanks for your reply... I already used hough transform and another method which you mentioned above(assume set of centers and radius and draw) ,but it produced poor output. My Region Of Interest(outer circle - inner circle) is located between these two circles.I want to separate that particular ...
- 2013-07-17T23:51:34-07:00
- Forum: Developers
- Topic: Find Circle Parameter
- Replies: 8
- Views: 12793
Re: Find Circle Parameter
Thanks for your reply... But i need find the parameter of circles by program (c or c++)not manually.my project is purely based on image processing. I need to find whether input image having circles or not ,if this having circles means have to find circles parameter. Input image having two concentric ...
- 2013-07-17T04:27:01-07:00
- Forum: Developers
- Topic: Find Circle Parameter
- Replies: 8
- Views: 12793
Find Circle Parameter
Hai...
I have a image with two circles.i need to find the center and radius of these two circles.
I tried hough transform but it wont produces exact output.
please guide me how to find center and radius of these two circles in my image.
I have a image with two circles.i need to find the center and radius of these two circles.
I tried hough transform but it wont produces exact output.
please guide me how to find center and radius of these two circles in my image.
- 2013-06-26T23:20:12-07:00
- Forum: Developers
- Topic: Iris Extraction
- Replies: 0
- Views: 4307
Iris Extraction
Hi... I have faced a problem in preprocessing step in iris Extraction. Algorithm used for iris extraction works good for some images. For my images it produced poor output(Ex: Hough Transform could not find circle in my image). Is there any step apply before smoothening the image?? My algorithm ...
- 2013-06-19T05:11:49-07:00
- Forum: Developers
- Topic: Hough Transform
- Replies: 7
- Views: 11024
Re: Hough Transform
Thanks for your reply...
I don't have any prior knowledge in mat lab. I want to develop my code in c language.
could you please explain the logic to find points on edge...
I don't have any prior knowledge in mat lab. I want to develop my code in c language.
could you please explain the logic to find points on edge...
- 2013-06-18T23:45:42-07:00
- Forum: Developers
- Topic: Hough Transform
- Replies: 7
- Views: 11024
Re: Hough Transform
Thanks for your reply... But how do you find the three points [ (337,525), (360,526), (315,528)]. Only i have black edges(circles) on white background,i don't know the any parameters of circles. I have only image with pixel value is 0 for edges(circles) and 255 for white background,from that how can ...
- 2013-06-18T02:30:14-07:00
- Forum: Developers
- Topic: Hough Transform
- Replies: 7
- Views: 11024
Hough Transform
Hi I am new to Image processing. I have edge detected image,it have two circles. I have to find the center and radius of two concentric circles. I choose the hough transform for that detection. For proceeding hough transform i should know the two or three points that lies on the circumference of ...
- 2013-06-04T06:52:14-07:00
- Forum: Developers
- Topic: Sobel edge detection
- Replies: 3
- Views: 10521
Re: Sobel edge detection
Thank you for your reply.
I have changed the kernel value (kernel value taken from the link provided in the previous reply) in my coding, it works better.
Please guide me how to set the kernel value.
I have changed the kernel value (kernel value taken from the link provided in the previous reply) in my coding, it works better.
Please guide me how to set the kernel value.
- 2013-06-03T03:43:27-07:00
- Forum: Developers
- Topic: Sobel edge detection
- Replies: 3
- Views: 10521
Sobel edge detection
Hi everyone, I'm new to image processing. I'm trying to find the edge in the images using sobel algorithm. I'm facing one problem. i can able to detect the edge for the square image only. If the width and height of the image varies, the output is poor. I have written the sobel algorithm in c to ...