04-27-2016 10:18 PM
hello. currently im doing a project to detect road marking using multiple geometric pattern matching. my idea was when the user has two choices the program will prompt the user to select which way to go. in my program i have used a "go left or right" marking and i planned to use two button dialog. however it only appears one time at the beginning of the program and didnt appear anymore. is it something wrong with the loop or in my program? or if you guys can share some idea how is best to prompt the user to make selection.
here i attach the program and also the templates. any help is much appreciated. thanks
Solved! Go to Solution.
05-11-2016 06:17 PM
05-11-2016 06:24 PM
05-11-2016 06:49 PM
05-12-2016 12:57 AM
i have edited my program to add boolean as an indicator. but i still dont know how to connect the two button dialog and wire it to certain cases. in the program the two button dialog appears every time when an image is loaded. can u please share your idea? thanks a lot
05-12-2016 04:07 AM
05-12-2016 04:27 AM
actually i want to detect the road markings on the road. there are two types of road markings which are a single option for examples straight only or right only. the second types of road marking has two option. for example either go straight or turn right. for this type of road marking, i want the user to make a choice which way he/she wants to go. thats why i want to put a two button dialog so that the option of go straight or turn right will come up. sorry for the confusion
05-12-2016 11:25 AM
your code should be something like this
05-12-2016 11:36 AM
thanks a lot sir. i will try to apply it to my program
05-12-2016 12:25 PM