Created
          October 1, 2014 20:33 
        
      - 
      
- 
        Save forresto/6b97e8a669a050432543 to your computer and use it in GitHub Desktop. 
    noflo-ccv test
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "properties": { | |
| "name": "ccv-test", | |
| "environment": { | |
| "type": "noflo-browser", | |
| "content": "" | |
| } | |
| }, | |
| "inports": {}, | |
| "outports": {}, | |
| "groups": [], | |
| "processes": { | |
| "image/UrlToCanvas_rjyyq": { | |
| "component": "image/UrlToCanvas", | |
| "metadata": { | |
| "label": "image/UrlToCanvas", | |
| "x": -144, | |
| "y": 108, | |
| "width": 72, | |
| "height": 72 | |
| } | |
| }, | |
| "ccv/FindFaces_a9c1j": { | |
| "component": "ccv/FindFaces", | |
| "metadata": { | |
| "label": "ccv/FindFaces", | |
| "x": -36, | |
| "y": 108, | |
| "width": 72, | |
| "height": 72 | |
| } | |
| }, | |
| "core/Output_mk02w": { | |
| "component": "core/Output", | |
| "metadata": { | |
| "label": "core/Output", | |
| "x": 108, | |
| "y": 108, | |
| "width": 72, | |
| "height": 72 | |
| } | |
| } | |
| }, | |
| "connections": [ | |
| { | |
| "src": { | |
| "process": "image/UrlToCanvas_rjyyq", | |
| "port": "canvas" | |
| }, | |
| "tgt": { | |
| "process": "ccv/FindFaces_a9c1j", | |
| "port": "in" | |
| }, | |
| "metadata": {} | |
| }, | |
| { | |
| "src": { | |
| "process": "ccv/FindFaces_a9c1j", | |
| "port": "faces" | |
| }, | |
| "tgt": { | |
| "process": "core/Output_mk02w", | |
| "port": "in" | |
| }, | |
| "metadata": {} | |
| }, | |
| { | |
| "data": "Anonymous", | |
| "tgt": { | |
| "process": "image/UrlToCanvas_rjyyq", | |
| "port": "crossorigin" | |
| } | |
| }, | |
| { | |
| "data": "http://i.meemoo.me/v1/in/Adx3TWdBQ3O3uJvyH2DP_being-d4.jpg", | |
| "tgt": { | |
| "process": "image/UrlToCanvas_rjyyq", | |
| "port": "url" | |
| } | |
| } | |
| ] | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment