BoundingBox

struct defined in module DataAugmentation


			BoundingBox(points, sz)
BoundingBox{N, T, M}(points, bounds)

Item wrapper around Keypoints.

Examples


			
			
			
			using
			
			 

	
			DataAugmentation
			,
			
			 
			StaticArrays
			

			
			points
			 
			=
			 
			
			[
			
			SVector
			(
			10.
			,
			 
			10.
			)
			,
			 
			
			SVector
			(
			80.
			,
			 
			60.
			)
			]
			

			
			item
			 
			=
			 
			

			BoundingBox
			(
			points
			,
			 
			
			(
			100
			,
			 
			100
			)
			)

			BoundingBox{2, Float64}()

			
			
			

	
			showitems
			(
			item
			)
Methods

There are 2 methods for DataAugmentation.BoundingBox: