computer vision NYU fall2018
- Canny Edge Detector
Edge detection using canny edge operator
Run: “python cannyEdgeDetector.py ImageFile”
- HumanDetection
Use Histogram of oriented gradients as input to out neural network and classify image as human or not human
Run: "python HumanClassifier.py"