Skip to content

Commit

Permalink
Update 02.StartWithImage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
opaip authored Jul 23, 2024
1 parent 07684f4 commit 2c870e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/02.StartWithImage.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ import sys
صدا زدن cv::imread دو ورودی می‌گیرد که اولین ورودی آدرس عکس است.
ورودی دوم اختیاری است که کار مشخص کردن فرمت عکس را انجام می‌دهد.
ورودی های دوم:
* IMREAD_COLOR : عکس را در فرمت BGR 8-bit بارگذاری میکند
* IMREAD_UNCHANGED
* IMREAD_GRAYSCALE : بارگذاری عکس به صورت شدتی(سفید و سیاه)
* cv.IMREAD_COLOR : عکس را در فرمت BGR 8-bit بارگذاری میکند
* cv.IMREAD_UNCHANGED
* cv.IMREAD_GRAYSCALE : بارگذاری عکس به صورت شدتی(سفید و سیاه)

بعد از خوانده شدن عکس , اطلاعات در یک آبجکت cv::Mat ذخیره می‌شود.
```python
Expand Down

0 comments on commit 2c870e9

Please sign in to comment.