Convert color to third dimension
matlab
Blog posts tagged by matlab
- Display RGB channels from color image as three different gray images
- An example of transfer learning with Alexnet neural network on a database of generated shapes
- How to isolate parts of similar color in an image
- Displaying 1000 classes that are used to classification, e. g. by alexnet.
- Lower contrast of an image using simple math
- Enhances the contrast of the image by (adaptive) histogram equalization
- Create negative of an image
- Draws stars based on their position and apparent magnitude, also their names and outline of the constellation
- From black&white image with different objects, select only round ones (circles)
- Transform (scale) image using transform function and classify image. Show results in bar plot.
- How to blur background only
- Select ROI from image and let it classify by CNN trained on MNIST dataset
- Testing Very-Deep Super-Resolution (VDSR) neural network.
- Read and display all buildin Matlab images with its file names
- From RGB to randomly two-color image
- Use transfer learned Alexnet to classify shapes
- Load cnn in onnx format. Resize and classify an image
- Convolutional neural network alexnet is used to classify image
- Binarize image, fill holes, clear border and separate unwanted small objects with help of k-means algorithm
- Using edge detection to decide which image is sharper
- Change threshold for image binarization and save animation as a gif
- Generating imageset with different shapes like circle or rectangle for CNN learning
- Conversion of handwritten numbers on a paper to binary image
- Load an image and convert it to index image with lower number of colors
- Specify layers and training options and use matlab build-in digit data set for CNN training.
- Display RGB channels from color image as three different RGB images