struct SDisplayParams is a wrapper for SRegion so Catherine combined them.
struct SRegion
{
double left;
double right;
double top;
double bottom;
};
struct SDisplayParams
{
SRegion region;
};
to
SRegion = namedtuple('left','right','top','bottom')
- GarmentTemplate.py : Catherine
- dataTypes.py : Catherine
- Registration.py : 90%
- main.py
- objectSegmenter.py
- ImagePreprocessor.py
- ImageUtil.py
- FoldPlanner.py -- pretty sure imports aren't working, look into. (.x,.y will likely error)
- main.py -- in progress
- ObjectSegmenter.py : Catherine in pipeline
- FoldPlanner.py
DistanceFields.cpp is replaced with sklearn's skfmm.distance function (https://pythonhosted.org/scikit-fmm/)
python main.py test_pants.jpg PANTS