photo

krishna kripa


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


How do I divide an image into possible number of blocks and apply a set of functions to each block?
Here is a sample image. <<http://fscomps.fotosearch.com/compc/DSN/DSN050/agriculture-weeds-an-infestation-of-stock-photo__23...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Can someone please convert the python code to matlab code??
import cv2 import numpy as np w=cv2.imread('weed2',1) cv2.imshow('image',w) b,g,r = cv2.split(w) height = np.si...

mehr als 6 Jahre vor | 3 Antworten | 0

3

Antworten