February 2019
Intermediate to advanced
260 pages
6h 3m
English
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Now, detectEdges is exposed to the graphical user interface, to detect edges, and it takes two inputs: the colored image, bufferedImage, and the filter selected by the user, selectedFilter."
A block of code is set as follows:
package ramo.klevis.ml;import javax.imageio.ImageIO;import java.awt.*;import java.awt.image.BufferedImage;import java.io.File;import java.io.IOException;import java.util.HashMap;public class EdgeDetection {
Bold: Indicates a new term, an important word, or ...
Read now
Unlock full access