For past 4 days I am trying to detect a transparent glass plates of various shapes and dimensions from live video feed... Since I cannot use colour tracking to detect transparency, searching over net I got to know about large contour detection, match shapes, match template... but my attempts failed to get my result... My friend is telling to use Haar cascade to do it.., What i need to know is,
there any better way to detect transparent objects instead of doing contour...
Am i missing out something very basic...
Will haar cascade be the better candidate to get result...
P.S: I am using MS Visual studio and c++ to do my coding... And I am only 5 days old in using the opencv lib... Your help will mean alot to me..