SYMBOL INDEX (39 symbols across 4 files) FILE: Assets/Scripts/Classifier.cs class Classifier (line 11) | public class Classifier method Classifier (line 23) | public Classifier(byte[] model, string[] labels, int inputSize) method ClassifyAsync (line 35) | public Task>> ClassifyAsync(Color32[]... method TransformInput (line 86) | public static TFTensor TransformInput(Color32[] pic, int width, int he... FILE: Assets/Scripts/Detector.cs class BoxOutline (line 11) | public class BoxOutline class Detector (line 21) | public class Detector method Detector (line 33) | public Detector(byte[] model, string[] labels, int inputSize) method DetectAsync (line 45) | public Task> DetectAsync(Color32[] data) method TransformInput (line 75) | public static TFTensor TransformInput(Color32[] pic, int width, int he... method GetBoxes (line 94) | private List GetBoxes(float[,,] boxes, float[,] scores, fl... FILE: Assets/Scripts/PhoneCamera.cs type Mode (line 17) | public enum Mode class PhoneCamera (line 23) | public class PhoneCamera : MonoBehaviour method Start (line 51) | private void Start() method Update (line 92) | private void Update() method OnGUI (line 110) | public void OnGUI() method LoadWorker (line 122) | private void LoadWorker() method LoadClassifier (line 147) | private void LoadClassifier() method LoadDetector (line 157) | private void LoadDetector() method TFClassify (line 167) | private async void TFClassify() method TFDetect (line 195) | private async void TFDetect() method UpdateBackgroundOrigin (line 209) | private void UpdateBackgroundOrigin() method DrawBoxOutline (line 217) | private void DrawBoxOutline(BoxOutline outline) method DrawRectangle (line 229) | public static void DrawRectangle(Rect area, int frameWidth, Color color) method DrawLabel (line 256) | private static void DrawLabel(Rect position, string text) method TakeTextureSnap (line 270) | private Texture2D TakeTextureSnap() method Scale (line 282) | private Texture2D Scale(Texture2D texture, int imageSize) method RotateAsync (line 290) | private Task RotateAsync(Color32[] pixels, int width, int h... method RotateAsync (line 299) | private Task RotateAsync(Texture2D texture) method SaveToFile (line 308) | private void SaveToFile(Texture2D texture) FILE: Assets/Scripts/TextureTools.cs class TextureTools (line 7) | public class TextureTools type Options (line 10) | public enum Options type RectOptions (line 16) | public enum RectOptions method CropWithRect (line 31) | public static Texture2D CropWithRect( method scaled (line 102) | public static Texture2D scaled(Texture2D src, int width, int height, F... method scale (line 121) | public static void scale(Texture2D tex, int width, int height, FilterM... method _gpu_scale (line 133) | static void _gpu_scale(Texture2D src, int width, int height, FilterMod... method RotateTexture (line 154) | public static Texture2D RotateTexture(Texture2D originTexture, int ang... method RotateImageMatrix (line 165) | public static Color32[] RotateImageMatrix(Color32[] matrix, int width,... method rotateSquare (line 185) | static Color32[] rotateSquare(Color32[] arr, int width, int height, do...