Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added left right lane detection to noise reduction using intercept method #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hari-sikchi
Copy link
Member

No description provided.

@krishna95
Copy link
Contributor

@Shaswat27 Please review


int main()
{
Mat img =imread( "/home/harshit/Downloads/test1.jpg", CV_LOAD_IMAGE_GRAYSCALE ); //read input image
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should never use absolute paths.

@Shaswat27
Copy link
Collaborator

@hari-sikchi What is the output on this image?
left_right_480


createTrackbar( " Threshold:", "Source", &thresh, max_thresh, thresh_callback );
thresh_callback( 0, 0 );

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove blank lines

using intercept method.Left right lane distinguisher
@hari-sikchi hari-sikchi changed the title added left right lane detection to noisereduction added left right lane detection to noise reduction using intercept method Mar 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants