MaixPy-0.4.7
>>> t = image.Image()
>>> t.
t.c_img_private( t.find_barcodes( t.histeq(
t.clear( t.find_blob_lab( t.lens_corr(
t.convert( t.find_blobs( t.load(
t.copy( t.find_circles( t.mean(
t.crop( t.find_circles_blob( t.mode
t.custom_find_ball_blob( t.find_line( t.new(
t.delete( t.find_line_segments( t.open(
t.draw_circle( t.find_lines( t.resize(
t.draw_cross( t.find_qrcodes( t.rotate(
t.draw_ellipse( t.find_rects( t.rotation_corr(
t.draw_image( t.get_blob_color( t.save(
t.draw_line( t.get_blob_lab( t.set_pixel(
t.draw_rectangle( t.get_histogram( t.show(
t.draw_string( t.get_pixel( t.size
t.find_apriltags( t.get_statistics( t.tobytes(
t.find_ball_color( t.height t.width
MaixPy-0.4.6
ChangeLog
python
>>> from maix import image
>>> t = image.Image()
>>> t.
t.c_img_private( t.find_blob_lab( t.load(
t.clear( t.find_blobs( t.mean(
t.convert( t.find_circles( t.mode
t.copy( t.find_circles_blob( t.new(
t.crop( t.find_line( t.open(
t.custom_find_ball_blob( t.find_line_segments( t.resize(
t.delete( t.find_lines( t.rotate(
t.draw_circle( t.find_rects( t.rotation_corr(
t.draw_cross( t.get_blob_color( t.save(
t.draw_ellipse( t.get_blob_lab( t.set_pixel(
t.draw_image( t.get_histogram( t.show(
t.draw_line( t.get_pixel( t.size
t.draw_rectangle( t.get_statistics( t.tobytes(
t.draw_string( t.height t.width
t.find_apriltags( t.histeq(
t.find_ball_color( t.lens_corr(
>>> t.
more see https://wiki.sipeed.com/soft/maixpy3/zh/develop/opmv_cv.html
MaixPy-0.4.5
ChangeLog
[Implement]
R329 catching up with V83X series, congratulations!
ubuntu desktop add github action check & install & upload pypi.
[fix]
display get string size & m2dock cfg.
display show autosize on desktop.
[wiki.sipeed.com]
how to use v83x & r329 & desktop.
MaixPy-0.4.0
ChangeLog
[Implement]
1. add linux_pc & RPi_2B for desktop (no nn & speech)
2. r329 resnet yolo self-classifier etc. (no FaceRecognize )
3. add many peripherals for gpio spi i2c zbar pwm event. (V831 have adc0 Is not general)
perfect !
MaixPy-0.3.5
ChangeLog
[Implement]
- maix image [rpyc_ikernel](https://github.com/sipeed/rpyc_ikernel)
- add r329 nn module
- maix speech [Maix-Speech](https://github.com/sipeed/Maix-Speech)
[optimize]
- check nn mem leak
- use mjpg & display for [rpyc_ikernel](https://github.com/sipeed/rpyc_ikernel)
20211101
provide python3.9 pip3.9 gcc-linaro-7.5.0-2019.12-linux-manifest for r329
**Armbian is recommended for R329!**
usage:
source /opt/r329_linux_x86_python3.9_toolchain/envsetup.sh
> python3.9 -m pip install pybind11
python3.9 setup.py bdist_wheel maix_r329
scp dist/maixpy3-0.3.*-cp39-cp39-linux_aarch64.whl root192.168.0.32:~/
pip3 install maixpy3-0.3.*-cp39-cp39-linux_aarch64.whl
MaixPy-0.3.4
Major Updates:
1. armbian r329 support
2. add opencv c++ support
3. display camera Is implemented
20210613
provide python3.8 pip3.8 gcc for v83x
ubuntu
bash
wget http://mirrors.kernel.org/ubuntu/pool/main/libf/libffi/libffi6_3.2.1-8_amd64.deb
sudo apt install ./libffi6_3.2.1-8_amd64.deb
sudo apt-get install uuid-dev
usage:
source /opt/v83x_linux_x86_python3.8_toolchain/envsetup.sh
> python3.8 -m pip install pybind11
python3.8 setup.py bdist_wheel maix_v83x
adb push ./dist/maixpy3-0.3.*-cp38-cp38-linux_armv7l.whl /root/
adb shell "pip install ./root/maixpy3-0.3.*-cp38-cp38-linux_armv7l.whl --upgrade"