hbourbouh / nscale

Libraries of high performance analysis methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

to build the segmentation code, go to src/segment and run make.

depends on libraries:  opencv

to run the segmentation code, invoke
nu-segment.exe rgb_image_filename run-id [cpu | mcore | gpu [id]]

	rgb_image_filename: rgb image
	run-id: arbitrary string, used for logging
	cpu: select cpu run
	mcore:  select cpu multicore run.  currently is still single threaded
	gpu: select gpu run.  id is the gpu device id.

About

Libraries of high performance analysis methods


Languages

Language:C++ 43.9%Language:HTML 16.2%Language:MATLAB 11.2%Language:C 10.7%Language:Cuda 10.3%Language:Shell 3.6%Language:Perl 2.2%Language:CMake 1.5%Language:Python 0.2%Language:Makefile 0.2%Language:Assembly 0.1%Language:Objective-C 0.0%