photo

krishna kripa


Active since 2018

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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...

meer dan 6 jaar ago | 2 answers | 0

2

answers

Question


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...

meer dan 6 jaar ago | 3 answers | 0

3

answers