图像擦除
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Roman Suvorov 552cd55c94 initial commit 3 years ago
..
images initial commit 3 years ago
memprof initial commit 3 years ago
.gitignore initial commit 3 years ago
README.md initial commit 3 years ago
__init__.py initial commit 3 years ago
countless2d.py initial commit 3 years ago
countless3d.py initial commit 3 years ago
requirements.txt initial commit 3 years ago
test.py initial commit 3 years ago

README.md

Build Status

Python COUNTLESS Downsampling

To install:

pip install -r requirements.txt

To test:

python test.py

To benchmark countless2d:

python python/countless2d.py python/images/gray_segmentation.png

To benchmark countless3d:

python python/countless3d.py

Adjust N and the list of algorithms inside each script to modify the run parameters.

Python3 is slightly faster than Python2.