From my previous build, I rebuild my point operation filters into separate class. Instead of using Filter.negative() a static method in Filter class, I'm now using negative.process(), where negative is an instance of NegativeFilter class. This will grant me more control over the filters in future development.
I will rebuild the neighborhood operation filter by this evening.
No comments:
Post a Comment