Packages

  • package root
    Definition Classes
    root
  • package com
    Definition Classes
    root
  • package nvidia
    Definition Classes
    com
  • package mdx

    this is the base transform for mdx analytics SDK, the transform comprise of

    this is the base transform for mdx analytics SDK, the transform comprise of


    core : mdx streaming core classes
    xapp : comprise of sample applications

    Definition Classes
    nvidia
  • package core

    this is the core transform for mdx SDK, contains transform and classes for the core mdx functionality

    this is the core transform for mdx SDK, contains transform and classes for the core mdx functionality

    Definition Classes
    mdx
  • package milvus
    Definition Classes
    core
  • package schema

    please see nv.schema , which is used @since v1.0

    please see nv.schema , which is used @since v1.0

    this is kept for backward compatibility and is used for json based pipeline

    the key classes representing the json schema

    Calibration
    Message
    Frame and
    Behavior

    There are two schema for sending messages perception layer to Message broker (kafka or IOT hub), The two schema are represented by Message and Frame. Frame is concise in terms amount of bytes sent over the network

    User can configure to use either of the Messaging schema

    jBehavior is specific to the domain we are dealing with, represent object movement & state over period of times

    Definition Classes
    core
  • package stream
    Definition Classes
    core
  • package transform

    transform used for any message transformation, image coordinates to real world coordinates

    transform used for any message transformation, image coordinates to real world coordinates

    Definition Classes
    core
  • package json
  • package pb
  • CalibrationEListener
  • ProximityDetection
  • TripwiresE
  • TripwiresI
  • TripwiresT
  • package triton
    Definition Classes
    core
  • package util
    Definition Classes
    core
p

com.nvidia.mdx.core

transform

package transform

transform used for any message transformation, image coordinates to real world coordinates

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. transform
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait TripwiresT extends AnyRef

    Tripwires related functions, base class

    Tripwires related functions, base class

    // generate tripevents based on list of locations in a Behavior object
    // the tripwire definition is passed using the config: Map[String, String]
    
    //usage for cartesian coordinates
    val tripEvents = Tripwires.tripEvents(behavior, config)
    
    //usage for image coordinates
    val tripEvents = TripwiresI.tripEvents(behavior, config)

Value Members

  1. object CalibrationEListener

    supports dynamic calibration, listen to kafka mdx-notification topic for any calibration changes, specifically tripwire definition change or ROI definition change

    supports dynamic calibration, listen to kafka mdx-notification topic for any calibration changes, specifically tripwire definition change or ROI definition change

    the sensor definitions are updated based on the changes triggered by user

  2. object ProximityDetection

    detects social distancing violations, based on configured "proximity-detection-threshold" reports the cluster of points / object-ids involved in the violation

  3. object TripwiresE extends TripwiresT

    Tripwires related functions,

    Tripwires related functions,

    // generate tripevents based on list of locations in a Behavior object
    // the tripwire definition is passed using the config: Map[String, String]
    val tripEvents = TripwiresE.tripEvents(behavior, config)
    
    //
  4. object TripwiresI extends TripwiresT

    Tripwires related functions,

    Tripwires related functions,

    // generate tripevents based on list of locations in a Behavior object
    // the tripwire definition is passed using the config: Map[String, String]
    val tripEvents = TripwiresI.tripEvents(behavior, config)
    
    //

Inherited from AnyRef

Inherited from Any

Ungrouped