PhotosVisionObjectrecLocalDescriptor

PhotosLocal SEO

GoogleApi.ContentWarehouse.V1.Model.PhotosVisionObjectrecLocalDescriptor

3
out of 10
Low
SEO Impact
LocalDescriptor holds interest point data and an optional local descriptor vector.

SEO Analysis

AI Generated

Related to local search and geographic signals. Critical for local business visibility. This model (Photos Vision Objectrec Local Descriptor) contains 10 attributes that define its data structure. Key functionality includes: Optional affine matrix. Supersedes scale and orientation if present. r' = affine_matrix.r + (x,y) defines an affine transform from the normalized imag...

Actionable Insights for SEOs

  • Optimize Google Business Profile with accurate location data
  • Ensure NAP (Name, Address, Phone) consistency across the web
  • Build local citations and location-relevant content

Attributes

10
Sort:|Filter:
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.PhotosVisionObjectrecMatrix2D.t

Optional affine matrix. Supersedes scale and orientation if present. r' = affine_matrix.r + (x,y) defines an affine transform from the normalized image patch (in which the interest point is centered at the origin with scale 1) to the image. If the affine matrix is set, the following approximations are recommended: scale = sqrt(0.5 (xxxx + xyxy + yxyx + yyyy)); orientation = atan2(yx - xy, xx + yy); If not present, the affine matrix can be computed from scale and orientation as: xx = scale cos(orientation); xy = scale -sin(orientation); yx = scale sin(orientation); yy = scale * cos(orientation);

datastring
Default: nilFull type: String.t
dataFactornumber(
Default: nil

data_factor and data represent the local descriptor vector in a compressed format, using only 8 bit per value. Each byte of the data string yields one component of the local descriptor by bit-casting it to an int8 and multiplying it by data_factor. Protocol buffers do not support int8 directly.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.PhotosVisionObjectrecFeatureVector.t

Unquantized feature vector (float).

opaqueDatastring
Default: nilFull type: String.t

Opaque descriptor data. May be used to pass through descriptor data from descriptor sources to processing modules, that is not already covered by data/data_factor and/or cannot be expressed as a vector of numbers. It is the responsibility of processing modules to verify that the data is in a compatible format.

orientationnumber(
Default: nil

Orientation is optional, as some interest point detectors don't compute it. The range of orientation is [-pi,pi).

scalenumber(
Default: nil

Each interest point must have a characteristic scale > 0.

strengthnumber(
Default: nil

The strength or weight, indicating the relative significance of this point.

xnumber(
Default: nil

The position in the image with sub-pixel accuracy. The center of the upper left pixel has coordinates (0.0, 0.0). Thus the range for x and y is (-0.5, width - 0.5) x (-0.5, height - 0.5).

ynumber(
Default: nil