- Hands-On Java Deep Learning for Computer Vision
- Klevis Ramo
- 181字
- 2021-07-02 13:25:41
Conventions used
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 words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "So if we take the block highlighted in the screenshot, we'll multiply 1 by 255, add 0 multiplied by 255, and then subtract 1 multiplied by 255."
- Hands-On Data Structures and Algorithms with Rust
- Google Visualization API Essentials
- Python金融大數據分析(第2版)
- The Game Jam Survival Guide
- 大數據技術入門
- 企業級容器云架構開發指南
- 跨領域信息交換方法與技術(第二版)
- 數字IC設計入門(微課視頻版)
- Mastering LOB Development for Silverlight 5:A Case Study in Action
- 數據分析方法及應用:基于SPSS和EXCEL環境
- C# 7 and .NET Core 2.0 High Performance
- 反饋:化解不確定性的數字認知論
- 新一代信息技術基礎
- 構建最高可用Oracle數據庫系統:Oracle 11gR2RAC管理、維護與性能優化
- 大學計算機應用基礎上機實驗指導(微課版)