معرفی شرکت ها


cannycam-0.0.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A facial and anatomical recognition program
ویژگی مقدار
سیستم عامل -
نام فایل cannycam-0.0.5
نام cannycam
نسخه کتابخانه 0.0.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده cooltoast
ایمیل نویسنده -
آدرس صفحه اصلی http://github.com/cooltoast/CannyCam
آدرس اینترنتی https://pypi.org/project/cannycam/
مجوز MIT
CannyCam ======== Uses webcam stream and performs Canny Edge Detection and Haar Cascade image detection. Canny Edge Detection removes noise from image, giving black background and white outline. This accentuates sharp edges in the image, making it very easy to detect a target. Haar Cascade image detection actually detects the target, given a training set of positive images (pictures of the target) and negative images (pictures not containing target, should be images of the physical backgroud used for the experiment). Together, they take a video as a stream of images, to isolate and detect the target. Targets used: face, upper body, lower body, hands. Knee, elbow, smaller body parts are work in progress. Next step is to implement this into a diagnostic image detection program for assisting doctors. E.g. patient goes to doctor with broken ankle, doctor takes x-ray, diagnostic image detection program may be able to detect certain problems with patient's ankle upon scanning the x-ray. CannyCam. Better than a nannycam. Installation ---- ```bash pip install cannycam ``` Run --- From the command line ```bash python -m cannycam.cannycam python -m cannycam.haarcam python -m cannycam.cannyhaarcam ``` Or in python ```python import cannycam cannycam.cannycam.main() cannycam.haarcam.main() cannycam.cannyhaarcam.main() ```


نیازمندی

مقدار نام
==1.16.2 numpy
==4.1.0.25 opencv-contrib-python


نحوه نصب


نصب پکیج whl cannycam-0.0.5:

    pip install cannycam-0.0.5.whl


نصب پکیج tar.gz cannycam-0.0.5:

    pip install cannycam-0.0.5.tar.gz