mirror of
https://github.com/avinal/sixth-semester.git
synced 2026-04-04 07:36:18 +05:30
test 2
This commit is contained in:
@@ -4,8 +4,14 @@ Digital Image Processing Practices
|
|||||||
|
|
||||||
1. Simple image read and write operations
|
1. Simple image read and write operations
|
||||||
|
|
||||||
.. include:: basic.m
|
.. code-block:: matlab
|
||||||
:code: matlab
|
|
||||||
|
image = imread("basic.png");
|
||||||
|
imshow(image)
|
||||||
|
imwrite(image, "copy.jpeg")
|
||||||
|
|
||||||
|
img2 = imread("copy.jpeg");
|
||||||
|
imshow(img2)
|
||||||
|
|
||||||
**Output**
|
**Output**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user