libcamera/utils/raspberrypi/ctt
David Plowman a792512496 utils: raspberrypi: ctt: Fix namespace for sklearn NearestCentroid function
Starting in version 0.22, the NearestCentroid function is only available
in the sklearn.neighbors namespace, when it was previously available in
both the sklearn.neighbors.nearest_centroid and sklearn.neighbors
namespaces. Use sklearn.neighbors as it works on all versions of
sklearn.

Signed-off-by: David Plowman <david.plowman@raspberrypi.com>
Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2021-08-03 10:54:26 +03:00
..
ctt.py src: ipa: raspberrypi: Change 'sport' exposure mode name to 'short' 2020-11-20 11:31:56 +00:00
ctt_alsc.py utils: raspberrypi: ctt: Fix pycodestyle E302 2020-05-13 17:00:25 +03:00
ctt_awb.py utils: raspberrypi: ctt: Fix pycodestyle W605 2020-06-29 17:38:18 +03:00
ctt_ccm.py utils: raspberrypi: ctt: Fix pycodestyle E302 2020-05-13 17:00:25 +03:00
ctt_config_example.json libcamera: utils: Raspberry Pi Camera Tuning Tool 2020-05-11 23:54:45 +03:00
ctt_geq.py utils: raspberrypi: ctt: Fix pycodestyle E302 2020-05-13 17:00:25 +03:00
ctt_image_load.py utils: raspberrypi: ctt: Fix pycodestyle E302 2020-05-13 17:00:25 +03:00
ctt_lux.py utils: raspberrypi: ctt: Fix pycodestyle E302 2020-05-13 17:00:25 +03:00
ctt_macbeth_locator.py utils: raspberrypi: ctt: Fix usage of findHomography function 2021-08-02 03:43:53 +03:00
ctt_noise.py utils: raspberrypi: ctt: Fix pycodestyle E302 2020-05-13 17:00:25 +03:00
ctt_pretty_print_json.py utils: raspberrypi: ctt: json_pretty_print: Add newline at end of output 2020-07-03 18:15:56 +03:00
ctt_ransac.py utils: raspberrypi: ctt: Fix pycodestyle E302 2020-05-13 17:00:25 +03:00
ctt_ref.pgm libcamera: utils: Raspberry Pi Camera Tuning Tool 2020-05-11 23:54:45 +03:00
ctt_tools.py utils: raspberrypi: ctt: Fix namespace for sklearn NearestCentroid function 2021-08-03 10:54:26 +03:00