Photoshop :: Counting Objects Using PHE 7
Sep 27, 2012
I am investigating the use of Photoshop to count discreet objects in a complex image. The various selection tools do a good job of automatically selecting the objects, which do not overlap, but I cannot find a count of the number. I'm using PHE 7. Does the facility exist in this version?
View 6 Replies
ADVERTISEMENT
Jul 4, 2013
Counting objects in an image?
View 2 Replies
View Related
Aug 23, 2013
I want to count objects in a photo, by marking them (with a dot or something similar) so I know what I've already counted, and then be easily able to tell how many objects there are in the photo. Is there a way to do this in Corel Draw? I'll be counting hundreds of images so it needs to be a fairly quick method of marking each one.
View 3 Replies
View Related
Sep 15, 2013
(transferring from gimptalk) -[URL] What do I do with a script?
View 2 Replies
View Related
Sep 11, 2013
I have been using GIMP to count the number of birds in a colony by putting a round spot on each bird using the airbrush tool. This works fine as I can size the spot to suit and alter the opacity to leave some detail. But I need to be able to count the number of spots! This should only count the spots and not every time I adjust the viewable part of the photo to keep spotting! An addon to the GIMP program would be wonderful.
View 6 Replies
View Related
Jul 18, 2013
how to get the counting of RGB objects, CMYK Objects and Grayscale Objects information for illustrator vector(editable) file via script for windows.
In illustrator raster image file i need to know how to get the Embedded image information(CMYK or RGB or Grayscale) via script for windows. I collect these infomation manually from "Windows->Document info". I saved the "Document Info" details in illustrator manually using "Document Info Pannel".
View 2 Replies
View Related
Feb 5, 2013
I have a scene with hundreds of copies of an object. Is there a way to see a count of these objects that all have the same name.?
View 2 Replies
View Related
Jul 31, 2007
Is there a quick and easy way to get the total number of layers in a photoshop document? I've searched high and low, and everything I've found involves scripting, which I haven't gotten into - and don't really want to spend much time on this.
View 9 Replies
View Related
Oct 12, 2012
Can I use box-counting method to calculate fractal dimension in Photoshop CS6?
View 4 Replies
View Related
Jul 3, 2013
I Have a clip which has numerous people coming out of a stretched limousine. The filming was set up for fun whereby we had about 50 people going in through one door but the camera was set up on the exit door.
How can I use the titles where I have a counting title on screen, adding up the total number of people exiting the limo?
I'm thinking along the lines of a car odometer where you see the mileage wheel rotating.
I have VSP x6 Ultimate
View 7 Replies
View Related
Jun 9, 2012
Since collections like for example the LayerTable have no Count property (as far as I can see, that is), I'm doing the following to get at the number of items:
Dim LayerCount as integer = 0
For Each Id as ObjectId in SomeLayerTable
LayerCount +=1
Next
Is this the right way to do it, or is there a more efficient way?
View 5 Replies
View Related
Sep 5, 2012
I have seen a discussion about counting bends code, any illuminated code maker to do the same but with up and down count?
View 4 Replies
View Related
May 29, 2012
I can find which images are attached to my current drawing with the following code. However, I don't know how to find out how many times they are attached.
Using tr As Transaction = db.TransactionManager.StartTransactionTryDim nod As DBDictionaryDim imageDict As DBDictionaryConsole.WriteLine("Getting ACAD_IMAGE_DICT DB dictionary")nod = CType(tr.GetObject(db.NamedObjectsDictionaryId, OpenMode.ForRead, False), DBDictionary)imageDict =
[Code].....
View 4 Replies
View Related
May 12, 2013
I'm trying to make thumbnails for video's for youtube. So my idea is that the nr 1 is on thumbnail 1, then on the thumbnail for the second video, it says 2, etc. But every time i have to delete the number and write a new one. Is there a way of doing that automatically? so that it just makes p.e. 10 thumbnails, with numbers from 1-10?
View 3 Replies
View Related
Apr 16, 2012
I need a way to count blocks (specifically employees on a production line), and I used to use a "count" lisp command that worked great. I'm thinking that lisp doesn't work in LT. I don't use Acad every day anymore, and I am quickly forgetting many commands and tricks.
View 9 Replies
View Related
May 18, 2012
I need to insert a table in paperspace tab that will continually count up blocks within a set area of model space ( i need to have 3 counts, 1 for each floor of a house i.e one table per tab for that floors blocks). I have used BCOUNT and DATAEXTRACTION but they only count it once and if i add more of a certain block it does not update the table.
im using AutoCAD 2012
View 1 Replies
View Related
Feb 4, 2011
I have some simple images with 5-10 different colors in them. I wanted to be able to count the number of pixels of each color in each image and compare the results.
View 2 Replies
View Related
Jan 10, 2014
In plantation design, especially for ground covers that spread across an area, I have to distinguish each plant by hatch pattern. so they're hatched(due to the twisting shapes, with oh so much pain), and the problem comes in when counting area of each plant. Mind there are altogether hundreds of hatch objects to be counted and sorted into dozens of plant types.
I had counted on data exporting, but then i find that hundreds of hatches simply don't have the area attribute. not a surprise, since hatching process was already problematic enough with the borders.
So I figured the quickest way would be to identify those without this attribute and try to fix up their borders. but you can't identify them from a data table, not without the handle number. you can't quickselect by absent attributes either. I'm completed at a dead end now.
I know there's the manual way.. but do I really have to spot those hundreds and process their borders one by one?
here's part of the problematic plan: some of the faulty hatch is colored red, but there are many more hidden in plain sight.
View 7 Replies
View Related
Jan 25, 2012
I'm trying to count blocks from someone elses drawings. If you double click the blocks and 'edit attributes' appears.
I have tried using the command BCOUNT and EATTEXT but it displays unknown command for each. Is it a case that you can't use these commands on 2009 LT, or perhaps it's just not possible to do it on the blocks the way I have descirbed them.
View 3 Replies
View Related
Aug 15, 2013
I have a method for converting a black and white image into instructions for folding a book into the image (URL...). To do this I count filled pixels by column if a zoomed in image. Is there a way to generate a count of filled and unfilled spaces in an image. This would speed up one of the more tedious parts of the process.
View 19 Replies
View Related
Jan 9, 2014
I would like to count all my parts in the main assembly and assign that amount to each part.
Example: Main assembly has: 10 Parts A and 5 Parts B. I would like to run a rule that "sends" that "10" to Part A.ipt and the "5" to Part B.ipt
I would like to assign it to iProperties.Status.Status. I start to understand iLogic more and more but it is nice to get a little boost in the right direction.
View 4 Replies
View Related
Jan 31, 2012
Is it possible to count blocks in either the model space or in each layout? Would be very useful for fire alarm design, cause authorities require exact counts of devices.
View 9 Replies
View Related
Oct 19, 2011
Is there a routine that I could use to count the blocks that are in a closed polyline? The blocks may have or not one or more attributes.
In a previous session I saw a routine which was counting the blocks which had attributes in them, but it doesn't really work, because some of the blocks dont have attributes.
Also is there a routine that counts the different texts that are in the same polyline?
View 2 Replies
View Related
Apr 5, 2012
I was looking for a way of counting blocks inserted in my current drawing.
F1, brings up HELP.
In the search box i type BLOCKS.
Results =
Overview of Hatch Pattern Definitions
Create a Shortcut Menu
Overview of Shape files
Overview of slides
Work with User Interface Elements
Multiple Drawing Folders
View 3 Replies
View Related
Mar 3, 2014
I want to loop a code / function .. let's say 100 times and each time one parameter or variable is counted up.I found "for"-loops and some with a counter.. but I coudn't get it to work in Edge Animate.Here is a fragment of the code I want to loop ->
$.get("URL...+Num, {}, function(ask, code) {
switch(ask) {
case '9':
sym.$("leaf"+Num).show();
var leaf = sym.$("leaf"+Num); // How can I count the setting variable? "var leaf+Num = ... " doesn't work I guess..
[code]....
View 3 Replies
View Related
Apr 15, 2013
I am currently selecting 10 objects from a picture and then I delete the background. This leaves just the 10 objects of interest in the image.
I have hundreds of these images and would like to compare the number of pixels or diameter of the objects across the images for each of the 10 objects. Is there a way I can automate Photoshop to go through a directory of images and measure the pixels of each of the 10 objects, and then export those measurements to a file?
View 29 Replies
View Related
Jan 23, 2004
Im wondering how to texture say a face with a motherboard, so that the motherboard takes the shading and everything of the face.
View 1 Replies
View Related
Nov 27, 2012
Why combine objects together cut bottom side of combined objects?
system configuration:
Win 7 Pro 64bit, Intel i5-2500, 8 GB RAM, 128 SSD SAMSUNG + 2TB on hard drives.
corel version:
X6 VERSION: 16.4.0.1280
View 14 Replies
View Related
Nov 22, 2012
I am very much new to AutoCad, but have learned quite a bit about it in the last few days. As a part of the learning I have been building a 3D model of the shed my dad is building. But I ran into a problem on the roof and cant seem to figure out how to click everything into place.
My problem: I need to keep the size and shape of all objects while also connecting the objects to the main structure. I need to keep A and B connected to the main structure and adjust the angles so that both meet at C. But if I move one then another moves out of place. (In the pic B is out of place) All I want to do is hold the beams at A and B in their spot while adjusting the rotation on both beams to meet at C all at the same time. I have tried to fine adjust the rotation on the beams individually but still cant get them together. I cant seem to get the constraints feature to work, because I guess it only works in 2D. I have tried to use the align tool but it just throws everything haywire.
View 6 Replies
View Related
Jul 26, 2012
How does one remedy this Adobe error message? "Can't scale the objects. The requested transformation would make some objects too small to use." This one always gets me. I'll spend more time trying to find the object in question. This has happened in almost al versions, but this time it's CS5.
View 3 Replies
View Related
Aug 18, 2011
I often produce graphics in CorelDRAW, export it as en eps file and insert it inside a MS Word document as an image and finally convert it to pdf. This way my vector graphics (often linedrawings with or without fill) usually is preserved in the final pdf document. I can zoom in and the lines keep on displaying perfectly sharp. This is important, since it easily looks bad when thin lines are turned into bitmaps, even when watched from a distance.
Now, in some graphics I created today, I had a circle with fountain fill and outline (symbolizing a sphere) put behind a filled rectangle, which had a uniform transparency applied to it. In the resulting pdf file, the 'sphere' was turned into bitmap. Inside CorelDRAW everything was vector graphics, but something was loast in the process. what happens with the graphics in the different steps in the process and eventually could explain a workaround to make everything look as vector in the final pdf file.
View 14 Replies
View Related