Camila Rangel Smith
Camila Rangel Smith
- [x] Add function that calculates complexity as number of adjacent contours - [x] Add test for complexity function - [x] Add plot output with complexity measure - [x] Add...
We should keep a metadata file explaining the meaning of every variable in our output json file.
For the next version of the code, I'll be removing all unused scripts and notebooks and restricting them to pylithics code. However, in this branch we will keep those scripts...
We could use contour intersection to get bordering contours? https://stackoverflow.com/questions/55641425/check-if-two-contours-intersect
@crangelsmith The issue with above image (238) and most likely others is that the 'bar' forming the tail of the arrow is too short (see image), and is reversing the...
- For a surface get the coordinates of the centroid - Fix X coordinate count all contours that share that X coordinate - Fix Y coordinate and count all contours...
(See further discussion in #60 from QUIPP-collab) Implement (as a "privacy metric" in the pipeline), the [Plausible Deniability metric](http://www.vldb.org/pvldb/vol10/p481-bindschaedler.pdf) ([code here](https://vbinds.ch/node/69)) - [ ] include the implementation directly as both...
A TabularRow class for a target record. Attributes: - data - id - data description? Methods: - `get_id(self, TabularDataset)` - maybe `__radd__` (not needed if `TabularRow` inherits from `TabularDataset`) Other:...