mirror of
https://github.com/avinal/sixth-semester.git
synced 2026-01-10 07:08:34 +05:30
test 3
This commit is contained in:
@@ -4,12 +4,12 @@ Digital Image Processing Practices
|
|||||||
|
|
||||||
1. Simple image read and write operations
|
1. Simple image read and write operations
|
||||||
|
|
||||||
.. code-block:: matlab
|
.. code-block:: python
|
||||||
|
|
||||||
image = imread("basic.png");
|
image = imread("basic.png");
|
||||||
imshow(image)
|
imshow(image)
|
||||||
imwrite(image, "copy.jpeg")
|
imwrite(image, "copy.jpeg")
|
||||||
|
|
||||||
img2 = imread("copy.jpeg");
|
img2 = imread("copy.jpeg");
|
||||||
imshow(img2)
|
imshow(img2)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user