Search:

Type: Posts; User: hoseinjava

Search: Search took 0.18 seconds.

  1. Correct using of Count method in PointCloud Class

    /*
    * Copyright 2020 Google LLC
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
    * You may obtain a copy...
  2. Methods of PointCloud Class

    hi i found PointCloud Class API doc , but there are many methods and i dont know which method is useful for my codes. below link contain many methods for PointCloud Class. but i dont know which...
  3. Re: error: expected if (!(images. == NUMBER_OF_CUBE_FACES))

    hi error relates to images solved due to below line:


    if (images.update == NUMBER_OF_CUBE_FACES == NUMBER_OF_CUBE_FACES);
    else; {
    throw new IllegalArgumentException(
    ...
  4. Re: error: expected if (!(images. == NUMBER_OF_CUBE_FACES))

    hi in links of https://pointclouds.org/documentatio...alization.html I am confused.
    please tell me what method or field must use if(images.someField == ...
    if(images.someMethod() == ... ...
  5. Re: error: expected if (!(images. == NUMBER_OF_CUBE_FACES))

    hi thanks for your help.
    Point Cloud is a library .thats right?
    The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing.
    in...
  6. error: expected if (!(images. == NUMBER_OF_CUBE_FACES))

    hi i am interested in create AR app and i copied my codes from a book titled: "Learn ARCore fundamentals of Google ARCore" 2018 by Micheal Lanham.


    public void update(PointCloud images) throws...
Results 1 to 6 of 6