├── Examples ├── README.md ├── cannyDetection.py └── gstreamer_view.cpp ├── LICENSE ├── README.md ├── patches └── OpenGLHeader.patch ├── removeOpenCVSources.sh └── scripts ├── jetson_easy LICENSE └── jetson_variables.sh /Examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetsonhacks/buildOpenCVTX2/HEAD/Examples/README.md -------------------------------------------------------------------------------- /Examples/cannyDetection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetsonhacks/buildOpenCVTX2/HEAD/Examples/cannyDetection.py -------------------------------------------------------------------------------- /Examples/gstreamer_view.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetsonhacks/buildOpenCVTX2/HEAD/Examples/gstreamer_view.cpp -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetsonhacks/buildOpenCVTX2/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetsonhacks/buildOpenCVTX2/HEAD/README.md -------------------------------------------------------------------------------- /patches/OpenGLHeader.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetsonhacks/buildOpenCVTX2/HEAD/patches/OpenGLHeader.patch -------------------------------------------------------------------------------- /removeOpenCVSources.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetsonhacks/buildOpenCVTX2/HEAD/removeOpenCVSources.sh -------------------------------------------------------------------------------- /scripts/jetson_easy LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetsonhacks/buildOpenCVTX2/HEAD/scripts/jetson_easy LICENSE -------------------------------------------------------------------------------- /scripts/jetson_variables.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jetsonhacks/buildOpenCVTX2/HEAD/scripts/jetson_variables.sh --------------------------------------------------------------------------------