Implement get_meter function
authorLukáš Jiřiště <jiriste@icpf.cas.cz>
Mon, 19 Aug 2024 15:09:00 +0000 (17:09 +0200)
committerLukáš Jiřiště <jiriste@icpf.cas.cz>
Mon, 19 Aug 2024 15:09:00 +0000 (17:09 +0200)
commit8b7daf2cfa700451c1ae6b898cd4b24358c10d5e
treeb12fd61349f4aa0cfb9496bbf8ab0fa6e246b128
parentabf413a3cd5f99eb00376d4fdc8d446db835e063
Implement get_meter function

This function return a (polynomial) function (handle) which takes
coordinates in pixels in and returns coordinates in meters.
The order of the polynomial may specified in the third input with first
order (linear) being default.
Bubliny.m
get_mark_frequency.m [new file with mode: 0644]
get_mark_indeces.m [new file with mode: 0644]
get_meter.m [new file with mode: 0644]
get_meter_picture.m [new file with mode: 0644]